Send the data to HelpSystems via a WebService
The request body is of type ContactSupportRequest.
ContactSupportRequest object that contains the contact support request details
Overview
 |
ContactSupportRequest
 |
companyName : string
|
 |
name : string
|
 |
emailAddress : string
|
 |
phoneNumber : string
|
 |
subject : string
|
 |
comments : string
|
 |
errorInfo : string
|
 |
assemblyName : string
|
 |
assemblyVersion : string
|
 |
overrideUrl : string
|
|
The response body is of type ContactSupportResponse.
OK
Overview
 |
ContactSupportResponse
 |
contactSupportFailed : boolean
|
 |
contactSupportFailedMessage : string
|
 |
 |
hasErrors : boolean
|
 |
exceptionCounter : integer
|
 |
 |
exceptionMessage : string
|
 |
exceptionType : string
|
 |
exceptionStackTrace : string
|
 |
 |
exceptionMessage : string
|
 |
exceptionType : string
|
 |
exceptionStackTrace : string
|
|
|
|
|